removeMetadata

abstract fun removeMetadata(block: DesignBlock, key: String)

Remove metadata associated with the key from the given block.

Parameters

block

the block whose metadata will be accessed.

key

the key used to identify the desired piece of metadata.